home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / convrtrs / pbmplus / update4.lha / src / extra / mitsu.h.diff next >
Encoding:
Text File  |  1993-06-29  |  762 b   |  26 lines

  1. *** mitsu.h.orig    Tue Jun 29 14:47:20 1993
  2. --- mitsu.h    Tue Jun 29 15:08:56 1993
  3. ***************
  4. *** 27,32 ****
  5. --- 27,35 ----
  6.                               struct mediasize medias);
  7.   static void lookuptabledata(int cols, int rows, int enlarge,
  8.                               struct mediasize medias);
  9. + static void check_and_rotate(int cols, int rows, int enlarge,
  10. +                              struct mediasize medias);
  11. + static void * mymalloc(long bytes);
  12.   #define CONST const
  13.   #else /*__STDC__*/
  14.   static int lineputinit();
  15. ***************
  16. *** 33,38 ****
  17. --- 36,43 ----
  18.   static int lookuptableinit();
  19.   static int lookuptabledata();
  20.   static int frametransferinit();
  21. + static int check_and_rotate();
  22. + static char *mymalloc();
  23.   #define CONST
  24.   #endif
  25.   
  26.